home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 7
/
PC World Interactive 7.iso
/
online
/
motor.EXE
/
X.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1991-10-03
|
163b
|
11 lines
uses crt,dos;
var
{$M 7000,0,100000}
st,st1:string;
begin
readln(st);
st1:='momx ';
swapvectors;
exec(getenv('comspec'),'/c' +st1 +ST);
swapvectors;
end.